home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / gfx / conv / hp2xx_1_04.lha / readme.1st < prev    next >
Text File  |  1992-09-24  |  2KB  |  52 lines

  1. This programm uses the ixemul.library which 
  2. is (c) 1991-92 by Markus Wild <wild@nessie.cs.id.ethz.ch>
  3.  
  4. ixemul.library is a shared C library and is subject to the COPYING.LIB
  5. file.  You can get the full distribution for gcc for example from
  6. prep.ai.mit.edu, the source for the library and an amiga version of gcc
  7. is available for example from amiga.physik.unizh.ch [130.60.80.80].
  8.  
  9. Running ixemul.library with 1.3
  10. ===============================
  11.  
  12. ixemul.library should still work under 1.3.  Things that won't work
  13. currently are programs using vfork().  
  14.  
  15. ixemul.library needs mathieeesingbas.library, if the library is not
  16. available, ixemul functions that would require functions from
  17. mathieeesingbas.library are instead rerouted to a function that just
  18. displays a requester telling you that you'd need mathieeesingbas.library
  19. to use that function, and then aborts the program.
  20. Mathieeesingbas.library implements single precision IEEE floating point
  21. arithmetics, used to implement the `float' data type in gcc.  It comes in
  22. the ROMs of 2.x equipped machines, and is available as a disk-loadable
  23. library for 1.3 from Commodore. ixemul.library also needs arp.library and
  24. mathieeedoubtrans.library. 
  25.  
  26.  
  27. ixconfig
  28. ========
  29.  
  30. ixconfig changes the behavior of programms which use ixemul.library. 
  31.  
  32. ixconfig [-d|-a|-b N|-f|-.|-/|-m N|-r N|-s|-w|-x]
  33.   -d   reset values to defaults
  34.   -a   full AmigaDOS mode, no ./ translations
  35.   -b N N physical block map into 1 logical (stdio) block
  36.   -f   don't accept AmigaDOS notation
  37.   -i   ignore global environment (ENV:)
  38.   -.   translate . and ..
  39.   -/   translate /foo -> foo: and a//b -> a/b
  40.   -l   translate contents of symbolic links
  41.   -m N files upto N bytes are cached in memory
  42.   -r N set red zone size to N bytes. 0 disables.
  43.   -s   sleep, don't return.
  44.   -w   enable stack watcher
  45.   -x   disable stack watcher
  46.  
  47.  
  48. README.1ST              This file
  49. bin/ixconfig            conigure path, time, stack, cache
  50. libs/ixemul.library     shared library
  51. libs/COPYING.LIB        Copy Licence for the library
  52.